| # | Topic |
|---|---|
| 1 | Installation R, R Studio, and other software |
| 2 | Basics of R: Logic and syntax |
| 3 | Basics of R: Subsetting |
| 4 | Markdown |
| 5 | Data manipulation with tidyverse |
| 6 | Basic statistics |
| 7 | Data visualizazion with ggplot2 |
| 8 | Regression analyses with R |
Jürgen Wilbert
University of Potsdam
10/20/22
Introduction to the idea of Data Science
Getting an overview of the content of this seminar
Installing R on your computer
Installing R-Studio on your computer
Overview of R-Studio
| # | Topic |
|---|---|
| 1 | Installation R, R Studio, and other software |
| 2 | Basics of R: Logic and syntax |
| 3 | Basics of R: Subsetting |
| 4 | Markdown |
| 5 | Data manipulation with tidyverse |
| 6 | Basic statistics |
| 7 | Data visualizazion with ggplot2 |
| 8 | Regression analyses with R |
R homepage: https://www.r-project.org/
https://www.rstudio.com/products/rstudio/download/
Download RStudio-Desktop for free
packages).Quarto is a program that allows for publishing documents that contain Output (tabels, plots etc.) created with R.
You can install it from here: https://quarto.org/
R for Data Science is a terrific book and completely free!
Jürgen Wilbert - Introduction to R